home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 November / .net Magazine (FR) - Issue 01 - Nov 1996.iso / mac / Edition Web / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_14733_Image Utility.txt < prev    next >
Text File  |  1996-09-16  |  3KB  |  51 lines

  1.  
  2. Image Utility
  3.  
  4. Choosing the Image... command from the HyperText menu ("h") displays the Image Utility. Items within this dialog box are described below. For more information on creating HTML image tags, check the Beginner's Guide  section "In-line Images".
  5.  
  6. Sample Image Tag
  7. Shows the constructed image tag as it will be inserted into the document. 
  8.  
  9. Form
  10. When "Full" is selected, the Image Utility will include the path to the image file if a Scheme and Server name are entered.
  11.  
  12. If "Relative" is selected, the image tag will include only the image filename (the "SRC=" or source document). Any relative paths should be prepended to the source document filename.
  13.  
  14. Note that the External File and Select Document commands under the SRC popUp menu will automatically attach the proper relative path to the URL if the server location has been defined (on the Preferences card) and the document's path/location is within or below the server's directory (folder).
  15.  
  16. Scheme (required for Full URL; not used with Relative)
  17. Either selected by the popUp menu or manually entered, this is the communication scheme of the server. Usually this will be "http:".
  18.  
  19. Server (required for Full URL; not used with Relative)
  20. The server name as it is known on the Internet, such as "www.ncsa.edu". Clicking on the "Server:" button gives you the option of replacing the default server name (as set on the Preferences card) with the current server name, or of using the default server.
  21.  
  22. Port (optional for Full URL; not used with Relative)
  23. Most HTTP transmission defaults to port 80. If you've set up communications through a different port, enter that number here. Otherwise, leave this blank.
  24.  
  25. Source (required)
  26. This is the name of the image file, usually a GIF or JPEG document. If this document is not in the same directory as the current HTML document, prepend the relative path to the image filename.
  27.  
  28. For example, if the current document is "/project/document.html" (a document named "document.html" located in a "project" folder on your server) and you want to reference two GIF images, one named "flowchart.GIF" in the current folder, the other named "previous.GIF" located in the "images" folder on your server "www.server.edu", the full image tags would look like:
  29.  
  30.    <IMG SRC="http://www.server.edu/project/flowchart.GIF">
  31.    <IMG SRC="http://www.server.edu/images/previous.GIF">
  32.  
  33. or the relative tags:
  34.  
  35.    <IMG SRC="flowchart.GIF">
  36.    <IMG SRC="/images/previous.GIF">
  37.  
  38. Alternate Text (optional)
  39. The ALT attribute allows you to specify text to be displayed when an image cannot or is not displayed. This is highly recommended for browsers that don't display graphics, such as text-to-speech or Braille WWW browsers.
  40.  
  41. Alignment (optional)
  42. By default, the bottom of an image is aligned with the current line of text. The Alignment popUp menu on the box allows for alignment of the text with the top or middle of the image as well. 
  43.  
  44. Clickable Map (optional)
  45. If this image is intended to be used as a clickable map, check this box to include the ISMAP attribute. Programming support for maps is generally done using a CGI (common gateway interface) or ACGI (asynchronous CGI) application. For more information, consult the MacHTTP Information Web page at
  46.  
  47.    http://www.biap.com/
  48.  
  49. Back to HyperText menu, on to Entity submenu, or return to Contents.
  50.  
  51.